runtime.mSpanQueue.n (field)
10 uses
runtime (current package)
mheap.go#L1915: n int
mheap.go#L1929: q.n++
mheap.go#L1943: q.n--
mheap.go#L1957: q1.n += q2.n
mheap.go#L1961: q2.n = 0
mheap.go#L1970: if n >= q.n {
mheap.go#L1974: q.n = 0
mheap.go#L1981: q.n -= n
mheap.go#L1984: newQ.n = n
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)